home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / iso9660 / mail / pine / c_client.arc / text0002.txt < prev    next >
Encoding:
Text File  |  1993-07-31  |  1.1 KB  |  33 lines

  1. I'm starting to work on mail_append() for the c-client driver I'm
  2. writing here. Don't quite know who all's on this list so I'll mention
  3. that this corresponds the the APPEND command in an upcoming version
  4. of IMAP2bis. 
  5.  
  6. What I'm trying to figure out is how to decide what driver to call.
  7. Mail_append() is a bit of a new thing in that it is not an operation on
  8. an already open mailbox, the format of which known, and therefor the
  9. driver is known. I'm planning on passing mail_append the mailbox name
  10. and a string which contains the RFC-822 message. Seems like the choices
  11. are: 
  12.  
  13. - Just pass it the mailbox name and the message and let it decide on the
  14.   format of the mailbox either based on a default, or based on the format
  15.   of the existing mailbox if it exists. Would have to default if it didn't
  16.   exist. 
  17.  
  18. - Pass it a stream of some other open mailbox to serve to indicate the
  19.   format of the mailbox.
  20.  
  21. - Some other way, indicate the format of the mailbox
  22.  
  23. I'll probably pick #2 for now since it's easy and there's not much code
  24. involved in any of these options. I'm mainly sending this message to see
  25. if anyone has any immediate ideas or plans. 
  26.  
  27. Thanks,
  28.  
  29. LL
  30.  
  31.  
  32.  
  33.